BinaryDeSerialize<T> Method

Summary
Deserializes an object from a binary array.
Syntax
C#
VB
C++
public static T BinaryDeSerialize<T>( 
   byte[] serializedObject 
) 
  
Public Shared Function BinaryDeSerialize(Of T)( _ 
   ByVal serializedObject() As Byte _ 
) As T 
public: 
static _T^_ BinaryDeSerializegeneric<typename T> 
(  
   array<byte>^ serializedObject 
)  

Parameters

serializedObject
The binary array to deserialize.

Type Parameters

T
Type of object to deserialize.

Return Value

The deserialized object.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.